From: Florian Eckert Date: Fri, 15 Mar 2024 14:21:46 +0000 (+0100) Subject: luci-app-acl: add missing PKG_LICENSE X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7a809fce3162c26becc969a1f6454f59be6f50cb;p=project%2Fluci.git luci-app-acl: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-acl/Makefile b/applications/luci-app-acl/Makefile index 11af15ebb7..f3f03aac64 100644 --- a/applications/luci-app-acl/Makefile +++ b/applications/luci-app-acl/Makefile @@ -2,6 +2,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI account management module LUCI_DEPENDS:=+luci-base